home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Communication / Mac-ftp-sites.new < prev    next >
Encoding:
Internet Message Format  |  1992-08-11  |  37.3 KB  |  [TEXT/MSWD]

  1. From: mgleason@cse.unl.edu (Mike Gleason)
  2. Subject: [*] mac.ftp.list, Winter 1991 (v2.2) 
  3. Date: Thu, 5 Dec 1991 10:02:45 GMT 
  4.  
  5. Compile Date: Wednesday, December 04, 1991.
  6. Short list starts at line: 98
  7. Long list starts at line: 239
  8. Netrc starts at line: 496
  9.  
  10. Here's volume 2, #2 (Winter 1991) of the mac.ftp.list.
  11.  
  12. I will post revisions as needed to the USENET newsgroup comp.sys.mac.misc, 
  13. and the info-mac archives at sumex-aim.stanford.edu.  This document is
  14. copyrighted 1991 by Mike Gleason, but may be freely distributed and archived.
  15.  
  16. This issue could be the last for a long time;  I may have the opportunity
  17. to take a much needed sabbatical, so I may disappear for up to a full year.
  18. So if you send me mail, and you don't get a reply from me, that means I'm
  19. on leave.  In any case, you can use the "finger" utility on the account
  20. mgleason@cse.unl.edu, and it will tell you if I am away or not.
  21.  
  22. Please send newly discovered sites (with IP numbers and directories to
  23. check if possible), bug fixes, and comments to:
  24.  
  25.     mgleason@cse.unl.edu (Mike Gleason)
  26.  
  27.  
  28. For folks new to ftp
  29. -----------------------------------------------------------------------------
  30.  
  31. The first column of stuff in the data below is the site name.  Usually
  32. you can just run ftp and type open and then the site name.  But some
  33. computers don't like the names (or don't have all of them) and prefer the
  34. next column of stuff, the IP addresses.  If you try the open command with the
  35. IP number and it doesn't bite, it isn't gonna work.  Most mac ftp sites have
  36. encoded their files with BinHex 4.0.  These files will end in the suffix
  37. ".hqx". To decode these files, you can just download them to your mac, and
  38. use Compact Pro or Stuffit to decode them.  THEN, you will need to decompress
  39. them. Files ending in ".cpt" are Compact Pro files, ".sit" files are
  40. Stuffit's. You will probably need both Compact Pro and Stuffit since both
  41. types are common.  When ftp prompts you for a username and password, send
  42. "anonymous" as the username, and your email address as the password, for me
  43. it would be mgleason@cse.unl.edu.  Here's a sample ftp session:
  44.  
  45. % ftp
  46. ftp> open sumex-aim.stanford.edu
  47. Connected to sumex-aim.stanford.edu.
  48. 220 sumex-aim FTP server (SunOS 4.0/3) ready.
  49. Name (sumex-aim.stanford.edu:mgleason): anonymous
  50. Password (sumex-aim.stanford.edu:anonymous): mgleason@cse.unl.edu
  51. 331 Guest login ok, send mail address (user@host) as password.
  52. 230 Guest connection 17 (of 25) accepted, access restrictions apply.
  53. ftp> cd info-mac
  54. ftp> get ./help/recent-files.txt recentFiles
  55. ftp> get ./game/cumulonimbus.hqx cn.hqx
  56. ftp> quit
  57. % sz cn.hqx
  58.  
  59.  
  60. Power User Notes:
  61. -----------------------------------------------------------------------------
  62.  
  63. If you want to read a file on a remote site, but don't want download it,
  64. quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp
  65. will dump the file to your terminal.  Also exploit ftp's pipe and shell
  66. abilities, like "get myfile.txt |more" will do the same as above, except
  67. using "more" to page the file.
  68.  
  69. If you need to know the IP address of an ftp site, a common unix program
  70. called "nslookup" can help.  For example, "nslookup apple.com" would spit
  71. out "130.43.2.2."  The reverse is also true, "nslookup 130.43.2.2" would
  72. print out "apple.com."
  73.  
  74. Most files you'll get off ftp are in that pain in the butt format, binhex.
  75. I usually download to our unix box, and then use an immensely useful utility
  76. called "mcvert" to de-binhex them there.  Not only is this faster, but it
  77. doesn't tie up your own CPU :-)  Stop over to sumex and grab it.  After
  78. mcvert'ing files, they'll turn into files with ".bin" suffix on them, meaning
  79. they are in MacBinary format, and ready to download.  You can also decompress
  80. most archives, using Dik Winter's "unpack" program, if you don't mind both
  81. more files and bigger files to download.
  82.  
  83. Here's a handy chart to keep track which programs unmangle which formats:
  84.                       .sit  .sit                         unix
  85.                 .cpt   1.5   dlx  .hqx  .zip  .dd  .lzh  .Z  .pit  .arc  .bin
  86. Compact Pro       X     X           X
  87. StuffIt 1.5.1           X           X                          X
  88. StuffIt Classic         X     X     X
  89. StuffIt Deluxe          X     X     X     X     X              X     X     X
  90. Disk Doubler            X                       X              X
  91. DDExpand                X                       X              X
  92. PackIt                                                         X
  93. MacCompress                                               X
  94. MacLHarc                                             X
  95. ArcMac                                                               X
  96. BinHex 4.0                          X
  97. BinHex 5.0                          X                                      X
  98. UnZip                                     X
  99. mcvert (unix)                       X                          X            
  100. unpack (unix)     X     X     X                                X
  101.  
  102. These sites have many mac files, and are still getting new ones:
  103. ------------------------------------------------------------------------------
  104. ftp.apple.com              130.43.2.3      /dts                            (1)
  105. ftp.funet.fi               128.214.6.100   /pub/mac                        (2)
  106. irisa.irisa.fr             131.254.2.3     /News/comp.binaries.mac         (3)
  107. mac.archive.umich.edu      141.211.165.34  /mac                            (4)
  108. microlib.cc.utexas.edu     128.83.1.21     /microlib/mac                   (5)
  109. rascal.ics.utexas.edu      128.83.138.20   /mac                            (6)
  110. sumex-aim.stanford.edu     36.44.0.6       /info-mac                       (7)
  111. ux1.cso.uiuc.edu           128.174.5.59    /mac/MUG, /ftp.list             (8)
  112.  
  113.  
  114. These sites are home to a few specific file(s):
  115. ------------------------------------------------------------------------------
  116. accuvax.nwu.edu            129.105.49.1    /pub/tiff (mactonext2.sit.hqx) 
  117. alw.nih.gov                128.231.128.251 /pub/image (Image & MacMeasure)
  118. arthur.cs.purdue.edu       128.10.2.1      /pub/trinkle (mac32.tar.Z)     
  119. aux.support.apple.com      130.43.6.2      / (A/UX stuff)                 
  120. bert.cs.byu.edu            128.187.2.20    /NCSA_Telnet (BYU's version)   
  121. biom3.univ-lyon1.fr        134.214.100.42  /pub/mac (MacMul, GraphMu)     
  122. boombox.micro.umn.edu      128.101.95.95   /pub (gopher, POPmail, more)   
  123. brownvm.brown.edu          128.148.128.40  / (tn3270, term, lpr)          
  124. ccb.ucsf.edu               128.218.1.13    /Pub/Sound_list (sounds!)      
  125. cecelia.media.mit.edu      18.85.0.104     /pub (CSound)                  
  126. chook.cs.adelaide.edu.au   129.127.8.8     /pub/VHDL-Cookbook             
  127. cs.orst.edu                128.193.32.1    /pub/mac (lab-logger)          
  128. csc2.anu.edu.au            130.56.4.25     /pub/src/MAC (beaver, smtp0.87)
  129. d31.rz0.stanford.edu       36.76.0.151     /Igor (Igor demos, utilities)  
  130. dartvax.dartmouth.edu      129.170.16.4    /pub/mac (Dartmouth XCMDs, etc)
  131. dftsrv.gsfc.nasa.gov       128.183.10.134  /mac (MacSecure.3.1.hqx)       
  132. ftp.acns.nwu.edu           129.105.113.52  /pub/disinfectant (Disinf HQ)   (9)
  133. ftp.cayman.com             143.137.1.2     /pub (GatorBox stuff)          
  134. ftp.ncsa.uiuc.edu          128.174.20.50   /Mac (NCSA Telnet, etc)         (10)
  135. ftp.primate.wisc.edu       128.104.230.11  /pub/mac (TransSkel & misc)     (11)
  136. ftp.utas.edu.au            131.217.10.1    /pub/mac (Mews)                
  137. hobbes.lbl.gov             128.3.12.38     /pub/mac (Radiance)            
  138. ics.uci.edu                128.195.1.1     /mac/think-c                    (12)
  139. imag.imag.fr               129.88.32.1     /pub/CABRI, /mac                (13)
  140. iraun1.ira.uka.de          129.13.10.90    /pub/mac (SingleShare,NewsView)
  141. j.cc.purdue.edu            128.210.9.2     /pub/mac (RevRdist)            
  142. kukulcan.berkeley.edu      128.32.131.190  /pub/wilson/umoria_5/mac Moria 
  143. life.slhs.udel.edu         128.175.41.33   /pub/mac (popper, MacPOP)      
  144. linc.cis.upenn.edu         130.91.6.8      /pub/NH3.0/mac (Mac NetHack!)  
  145. maddog.llnl.gov            128.115.10.1    /pub (uw.tar.Z unix windows)   
  146. madhaus.utcs.utoronto.ca   128.100.102.10  /pub (MacSockets)              
  147. menudo.uh.edu              129.7.1.16      /pub/gene-server/mac (Science) 
  148. midway.uchicago.edu        128.135.12.73   /pub/OzTex                     
  149. mojo.ots.utexas.edu        128.83.185.16   /pub/slip/mac/ncsa SLIP telnet 
  150. mondo.engin.umich.edu      141.212.68.14   /pub (XferIt, GooStuff HQ)      (14)
  151. munnari.oz.au              128.250.1.21    /mac (CAP, Multigate stuff)     (15)
  152. ncbi.nlm.nih.gov           130.14.20.1     /entrez                         (16)
  153. neptune.ethz.ch            129.132.101.33  /Oberon/MacII, /XYZ             (17)
  154. nic.switch.ch              130.59.1.40     /software/mac/SWITCHinfo       
  155. novamail.cerl.uiuc.edu     128.174.180.9   /pub/lime (Lime demo, for MIDI)
  156. oddjob.uchicago.edu        128.135.4.2     /pub/Yerk                      
  157. otter.stanford.edu         36.21.0.104     /mma, /mac (Mathematica)       
  158. pacific.mps.ohio-state.edu 128.146.37.18   /mac (LabanWriter)             
  159. poincare.geom.umn.edu      128.101.25.31   /stuff/snappea/mac (Snap pea)  
  160. ruunfs.fys.ruu.nl          131.211.32.68   /pub/vtools [vs2ps, vs2ris]    
  161. ssyx.ucsc.edu              128.114.133.1   /pub/mac (HyperUnix, ClientDA) 
  162. statlab.uni-heidelberg.de  129.206.113.100 /pub/network (NetWork stuff)   
  163. tau.sm.luth.se             130.240.0.3     /pub/mac/nisus (macros, etc)   
  164. terminator.cc.umich.edu    141.211.164.8   /x500 (maX.500 white pages)    
  165. uu.psi.com                 136.161.128.3   /wp (PSIWP, an X.500 client)   
  166. uunet.uu.net               137.39.1.2      /languages/abc (ABC prog lang)  (18)
  167.  
  168.  
  169. These sites are shadow/mirror archives (the same stuff) of something else:
  170. ------------------------------------------------------------------------------
  171. cc.sfu.ca                  128.189.32.250  PC2: [mac.archive]             
  172. dftnic.gsfc.nasa.gov       128.183.10.3    /mac.dir [dftsrv.gov]          
  173. ftphost.aukuni.ac.nz       130.216.1.5     /mac [sumex]                    (19)
  174. garbo.uwasa.fi             128.214.87.1    /mac [funet]                   
  175. giza.cis.ohio-state.edu    128.146.8.61    /pub/oztex [midway]            
  176. isca.icaen.uiowa.edu       128.255.19.175  //isca01/bbs/files/infomac      (20)
  177. jyu.fi                     128.214.7.5     /maclib [sumex]                
  178. lth.se                     130.235.16.3    /mac [funet]                    (21)
  179. minnehaha.rhrk.uni-kl.de   131.246.9.116   /pub/mac [sumex]               
  180. mrcnext.cso.uiuc.edu       128.174.201.12  /mac/MUG [ux1]                 
  181. oswego.oswego.edu          129.3.1.1       /pub/mac [sumex]               
  182. pollux.lu.se               130.235.132.89  /pub/mac [sumex]               
  183. rusmv1.rus.uni-stuttgart.de129.69.1.12     /soft/mac [sumex]              
  184. shark.mel.dit.csiro.au     144.110.16.11   /info-mac [sumex]              
  185. sics.se                    192.16.123.90   /pub/info-mac, /pub/mac        
  186. src.doc.ic.ac.uk           146.169.3.7     /mac, /public/other3/sumex-mac  (22)
  187. ub-mts.cc.umich.edu        35.1.1.47       PC2: [mac.archive]             
  188. um.cc.umich.edu            35.1.1.43       PC2: [mac.archive]             
  189. utsun.s.u-tokyo.ac.jp      133.11.11.11    /Mac, /Mac/info-mac [sumex]    
  190. watmsg.waterloo.edu        129.97.129.9    /pub/oztex [midway]            
  191. wuarchive.wustl.edu        128.252.135.4   /mirrors/info-mac (&macintosh)  (23)
  192.  
  193.  
  194. These sites have just a few mac files:
  195. ------------------------------------------------------------------------------
  196. apple.com                  130.43.2.2      /pub                            (24)
  197. bode.ee.ualberta.ca        129.128.16.96   /pub/mac                       
  198. eff.org                    192.88.144.3    /pub/mac                       
  199. fs-1.iastate.edu           129.186.151.151 /pub/mac                       
  200. ftp.nevada.edu             131.216.1.11    /pub/heathers (sounds)         
  201. genbank.bio.net            134.172.1.160   /pub/mac                       
  202. hpcsos.col.hp.com          15.255.240.16   /packet/mac                    
  203. icarus.cns.syr.edu         128.230.1.49    /software/mac (w/ Unix_Mac)    
  204. icarus.riacs.edu           134.12.1.1      /pub                           
  205. mailer.cc.fsu.edu          128.186.6.103   /pub/mac                       
  206. procyon.cis.ksu.edu        129.130.10.80   /pub/Macintosh                 
  207. splicer.cba.hawaii.edu     128.171.17.7    /mac                           
  208. tolsun.oulu.fi             128.214.5.6     /pub/mac                       
  209. ucsd.edu                   128.54.16.1     /midi/software/mac, /pub/mac   
  210.  
  211.  
  212. These sites have a lot of files, but do not get much new:
  213. ------------------------------------------------------------------------------
  214. f.ms.uky.edu               128.163.128.6   /pub/mac [sumex]               
  215. ftp.bio.indiana.edu        129.79.224.50   / (large science archive)       (25)
  216. impaqt1.mem.drexel.edu     129.25.10.1     /pub/files/mac                 
  217. joker.optics.rochester.edu 128.151.240.1   /Sounds, /mac                  
  218. kth.se                     130.237.72.201  /macintosh                     
  219. mcsun.eu.net               192.16.202.1    /comp/mac                      
  220. merlin.cs.purdue.edu       128.10.2.3      /pub/mac                       
  221. plains.nodak.edu           134.129.111.64  /pub/mac/pub                    (26)
  222. ra.nrl.navy.mil            128.60.0.21     /MacSciTech                    
  223. wsmr-simtel20.army.mil     26.2.0.74       PD9:<macintosh>                 (27)
  224.  
  225.  
  226. I can't connect to these sites, which may have mac stuff:
  227. ------------------------------------------------------------------------------
  228. beach.gal.utexas.edu       129.109.1.207   /pub/virus/mac (VMS though)    
  229. peace.waikato.ac.nz        130.217.64.62   anu-news gnu msdos mac ncsa    
  230. saffron.inset.com          192.94.75.2     / (new Sound_list HQ)          
  231. slug.pws.bull.com          128.35.10.203   comp.binaries.mac              
  232.  
  233.  
  234. A couple of Miscellaneous sites (because it's my list :-)
  235. ------------------------------------------------------------------------------
  236. archie.au                  128.184.1.4     (archie host for Australia)    
  237. archie.mcgill.ca           132.206.2.3     /archie                        
  238. archie.sura.net            128.167.254.179 (Archie site in Maryland, USA) 
  239. fsa.cpsc.ucalgary.ca       136.159.2.1     /pub/text.compression.corpus    (28)
  240. pilot.njin.net             128.6.7.38      /pub/ftp-list (big ftp.list)   
  241.  
  242.  
  243. Notes on some of the above sites:
  244. ------------------------------------------------------------------------------
  245.  
  246.   1. ftp.apple.com  (130.43.2.3)  /dts
  247.      Apple's official ftp site to supply the world with System software, 
  248.      utilities, technical notes, sample source code, press release archives, 
  249.      and developer tools.  Callers outside America are restricted to what they 
  250.      can download :-( 
  251.      ALL FILES:     /dts/help/dir-files-all
  252.      RECENT FILES:  /dts/help/dir-files-recent
  253.      HELP:          /help, or mail mjohnson@apple.com.
  254.      TRANSFER MODE: Use ASCII.
  255.  
  256.   2. ftp.funet.fi  (128.214.6.100)  /pub/mac
  257.      A very large European site.  In addition to shadowing Sumex-aim, they get 
  258.      their own original files sometimes.  Non-Europeans shouldn't call often, 
  259.      to keep costs down.  They also serve as an archie host (archie.funet.fi) 
  260.      for Europe. 
  261.      ALL FILES:     /pub/mac/_file.lst
  262.      RECENT FILES:  /pub/mac/ChangeLog
  263.      HELP:          /pub/mac/HELP
  264.      HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
  265.      TRANSFER MODE: Use BINARY (IMAGE).
  266.  
  267.   3. irisa.irisa.fr  (131.254.2.3)  /News/comp.binaries.mac
  268.      They keep archives of the postings to the comp.binaries.mac newsgroup.  
  269.      The files all stored in one huge directory, so instead of doing an 'ls', 
  270.      get the index file to look at offline. 
  271.      ALL FILES:     /News/comp.binaries.mac/index
  272.      HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
  273.      TRANSFER MODE: Use ASCII.
  274.  
  275.   4. mac.archive.umich.edu  (141.211.165.34)  /mac
  276.      This big site isn't a sumex-aim wannabe; they have a large number of 
  277.      files, many of them unique.  There are many outline fonts, mostly Adobe 
  278.      type 1's, and a few TrueType and type 3's.  About the only gripe I have is 
  279.      the tremendous number of subdirectories, e.g. 
  280.      /mac/system.extensions/font/adobe.type.three...  but that's a small price 
  281.      to pay for the work they've put in for us leeches :-) 
  282.      ALL FILES:     /mac/00help/allfiles.txt
  283.      RECENT FILES:  /mac/00help/newfiles.txt
  284.      IN QUEUE:      Look in the /mac/incoming directory.
  285.      HELP:          /mac/00help
  286.      HOW TO UPLOAD: ftp-put files in the /mac/incoming directory
  287.      TRANSFER MODE: Use ASCII.
  288.  
  289.   5. microlib.cc.utexas.edu  (128.83.1.21)  /microlib/mac
  290.      Not a large site, but it gets a unique file every now and then.  You can 
  291.      also subscribe to their mailing list (email to chris@emx.utexas.edu and 
  292.      ask) to get informed when new additions arrive. 
  293.      ALL FILES:     /microlib/mac/file-list.txt
  294.      RECENT FILES:  Get the file called "Update-[date]" in /microlib/mac.
  295.      HOW TO UPLOAD: Upload to rascal; they pick their files from there.
  296.      TRANSFER MODE: Use ASCII.
  297.  
  298.   6. rascal.ics.utexas.edu  (128.83.138.20)  /mac
  299.      A medium-sized site, often scoops Sumex with unique files. My favorite 
  300.      feature of Rascal is that they store their submissions in MacBinary, so 
  301.      you don't need to de-binhex your downloads. 
  302.      RECENT FILES:  look in the /mac/NEW directory.
  303.      IN QUEUE:      /mac/INQUEUE
  304.      HELP:          Look in the /mac/++_READ-THIS-FIRST directory.
  305.      HOW TO UPLOAD: email .hqx files to macgifts@rascal.ics.utexas.edu
  306.      TRANSFER MODE: Use BINARY (IMAGE).
  307.  
  308.   7. sumex-aim.stanford.edu  (36.44.0.6)  /info-mac
  309.      The king of macintosh ftp sites.  If you want your uploads to get a wide 
  310.      distribution, this is the place to send them to. They also have their own 
  311.      message "list", the info-mac digests.  This is handy for those who don't 
  312.      have USENET access. Because of space constraints, they periodically delete 
  313.      old files to make room for new ones. 
  314.      ALL FILES:     /info-mac/help/all-files.txt
  315.      RECENT FILES:  /info-mac/help/recent-files.txt
  316.      HELP:          Look in the /info-mac/help directory, read 'em all.
  317.      HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu
  318.      TRANSFER MODE: Use ASCII.
  319.  
  320.   8. ux1.cso.uiuc.edu  (128.174.5.59)  /mac/MUG
  321.      A local user group has been kind enough to store copies of it's disk 
  322.      collection here.  There is a massive amount of material to download. New 
  323.      disks have started appearing again, too.  Too bad the index files aren't 
  324.      updated regularly, it's a shame to download entire disks, and not knowing 
  325.      what's on them.  It also wastes internet bandwidth ;-) 
  326.      ALL FILES:     /mac/MUG/0Biglist.MUG
  327.      HELP:          /mac/MUG/0README.MUG
  328.      TRANSFER MODE: Use ASCII.
  329.  
  330.   9. ftp.acns.nwu.edu  (129.105.113.52)  /pub/disinfectant
  331.      The headquarters of John Norstad's excellent anti-virus program, 
  332.      Disinfectant, the sample code, and some other stuff, like macph. 
  333.      TRANSFER MODE: Use ASCII.
  334.  
  335.  10. ftp.ncsa.uiuc.edu  (128.174.20.50)  /Mac
  336.      NCSA keeps Telnet, ContigAsm, Contour, DataScope, GelReader, 
  337.      HypercardAnimator, Image, Import2HDF, Layout, & PalEdit here. 
  338.      TRANSFER MODE: Use ASCII.
  339.  
  340.  11. ftp.primate.wisc.edu  (128.104.230.11)  /pub/mac
  341.      Contains some programs by Paul DuBois, and a few other utilities: BlobMgr, 
  342.      FaceLift, Grep, ZoomIdle, MakeWrite, SicnEdit, gnome, and psuedo-fpu. 
  343.      TRANSFER MODE: Use ASCII.
  344.  
  345.  12. ics.uci.edu  (128.195.1.1)  /mac/think-c
  346.      This is the home of the Think C mailing list. You'll find a bunch of Think 
  347.      Class Library stuff here, along with general Think C code, interfaces, and 
  348.      updaters.  Read all the README files in /mac/think-c for more info (and 
  349.      how to get on the mailing list). 
  350.      TRANSFER MODE: Use ASCII.
  351.  
  352.  13. imag.imag.fr  (129.88.32.1)  /pub/CABRI
  353.      Not only is this the home of the CABRI (graph, geometry) software, but 
  354.      they are also nice enough to keep the most recent uploads to 
  355.      comp.binaries.mac, in MacBinary format (yay!). 
  356.      TRANSFER MODE: Use BINARY (IMAGE).
  357.  
  358.  14. mondo.engin.umich.edu  (141.212.68.14)  /pub
  359.      Headquarters of XferIt, a MacTCP FTP client.  If you have an ethernet 
  360.      card, use this and you can ftp directly.  I hear it can also unmangle 
  361.      binhex and MacBinary format files, too.  You can also find GooPanel and 
  362.      whatever GooUtils they've cooked up here. 
  363.      HELP:          mail billkatt or sfalken @mondo.engin.umich.edu.
  364.      TRANSFER MODE: Use BINARY (IMAGE).
  365.  
  366.  15. munnari.oz.au  (128.250.1.21)  /mac
  367.      Home of Webster Multiport Gateway tools, and other mac networking goodies, 
  368.      like Columbia Appletalk Package, Timelord, & Messages. 
  369.      TRANSFER MODE: Use BINARY (IMAGE).
  370.  
  371.  16. ncbi.nlm.nih.gov  (130.14.20.1)  /entrez
  372.      The NCBI has developed a CD ROM-based system for browsing records in a 
  373.      subset of the NLM's MEDLINE medical bibliographic database. Preliminary 
  374.      Macintosh and MS-Windows versions of the browser program, named Entrez, 
  375.      are posted in the "entrez" directory.  Ordering information for the Entrez 
  376.      CD ROM is also posted there. 
  377.      HELP:          Contact gish@ncbi.nlm.nih.gov (Warren Gish).
  378.      TRANSFER MODE: Use ASCII.
  379.  
  380.  17. neptune.ethz.ch  (129.132.101.33)  /Oberon/MacII
  381.      Here you can find the MacOberon compiler, and the Geometry program XYZ 
  382.      GeoBench. 
  383.      TRANSFER MODE: Use ASCII.
  384.  
  385.  18. uunet.uu.net  (137.39.1.2)  /languages/abc
  386.      You can find a mac version of the ABC programming language here, and also 
  387.      a macintosh version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet 
  388.      also archives huge amounts of other material, like USENET news, GNU stuff, 
  389.      bsd sources, internet specs, popular unix packages, and bug fixes. 
  390.      ALL FILES:     /index/master.Z, /index/master-time.Z
  391.      RECENT FILES:  /index/changes.week.Z, /index/changes.day.1.Z
  392.      IN QUEUE:      /index/incoming.Z
  393.      HELP:          /help, /index/README
  394.      HOW TO UPLOAD: /tmp
  395.      TRANSFER MODE: Use BINARY (IMAGE).
  396.  
  397.  19. ftphost.aukuni.ac.nz  (130.216.1.5)  /mac
  398.      A shadow archive intended for folks in and around New Zealand. 
  399.      ALL FILES:     /mac/README
  400.      RECENT FILES:  /mac/NEWFILES.TXT
  401.      HELP:          Mail Andrew Knox at macftp@ccu1.aukuni.ac.nz.
  402.      HOW TO UPLOAD: macftp@ccu1.aukuni.ac.nz
  403.      TRANSFER MODE: Use ASCII.
  404.  
  405.  20. isca.icaen.uiowa.edu  (128.255.19.175)  //isca01/bbs/files/infomac
  406.      The University of Iowa provides some room for the Iowa Student Computing 
  407.      Association, and not only have they given them an ftp site, but also an 
  408.      Internet BBS (see Mars.ee.mssate.edu, above).  While it is easy to get on 
  409.      the BBS (login as 'iscabbs'), they don't let non-UI students use the neato 
  410.      Internet Relay Chat. 
  411.      TRANSFER MODE: Use ASCII.
  412.  
  413.  21. lth.se  (130.235.16.3)  /mac
  414.      This is the newest European sumex shadow.  It could supersede sics.se 
  415.      someday.  If you want to upload, use ftp to put your files in the 
  416.      /in-coming directory, then send email to Peter.Moller@dna.lth.se with the 
  417.      descriptions. 
  418.      HOW TO UPLOAD: ftp 'put' in the /in-coming directory, see above.
  419.      TRANSFER MODE: Use ASCII.
  420.  
  421.  22. src.doc.ic.ac.uk  (146.169.3.7)  /mac
  422.      Info-mac shadow based in London.  They also serve as another archie host 
  423.      (archie.doc.ic.ac.uk) for Europe. 
  424.      HELP:          mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
  425.      TRANSFER MODE: Use ASCII.
  426.  
  427.  23. wuarchive.wustl.edu  (128.252.135.4)  /mirrors/info-mac
  428.      They keep mirrors of both sumex (/mirrors/info-mac) AND Simtel 
  429.      (/mirrors/macintosh).  Good news for those who loathe Simtel's non unix 
  430.      operating system! 
  431.      TRANSFER MODE: Use ASCII.
  432.  
  433.  24. apple.com  (130.43.2.2)  /pub
  434.      Don't bother connecting here, everything has moved to ftp.apple.com. 
  435.      TRANSFER MODE: Use BINARY (IMAGE).
  436.  
  437.  25. ftp.bio.indiana.edu  (129.79.224.50)  /
  438.      All sorts of scientific applications, in /biology/mac, /chemistry/mac, 
  439.      /science/mac, and /molbio/mac. 
  440.      HELP:          /archive.doc
  441.      HOW TO UPLOAD: /incoming
  442.      TRANSFER MODE: Use ASCII.
  443.  
  444.  26. plains.nodak.edu  (134.129.111.64)  /pub/mac/pub
  445.      Kind of stale, but they had some stuff I hadn't seen anywhere else. 
  446.      TRANSFER MODE: Use ASCII.
  447.  
  448.  27. wsmr-simtel20.army.mil  (26.2.0.74)  PD9:<macintosh>
  449.      Simtel has many files, but they are all extremely old.  It's also a pain 
  450.      in the butt to use, since it's not a unix machine.  If you do decide to 
  451.      download a file, make sure you set the mode to TENEX, and not ascii or 
  452.      binary! 
  453.      HELP:          try "get SIMTEL20-MACINTOSH.INFO |more" at an ftp prompt.
  454.      TRANSFER MODE: Use TENEX.
  455.  
  456.  28. fsa.cpsc.ucalgary.ca  (136.159.2.1)  /pub/text.compression.corpus
  457.      Holds sample files to benchmark compression programs, voyager .gifs, some 
  458.      FORTH stuff in /pub/forth/mac, and a text editor that predicts what you'll 
  459.      type next in /pub/the.reactive.keyboard/mac. 
  460.      TRANSFER MODE: Use BINARY (IMAGE).
  461.  
  462.  
  463. The remainder of this document contains entries for your ".netrc" file.
  464. The ".netrc" file is used by the ftp shell to perform auto-logins when
  465. you try to connect to sites who have an entry in the RC.  Ftp will enter
  466. in "anonymous" and a password automatically.  For example, if you have
  467. this line in your ".netrc" file:
  468.  
  469. machine sumex-aim.stanford.edu login anonymous password my@email.address
  470.  
  471. Whenever you try to connect to sumex, you won't be asked to enter in your
  472. login and password; a minor convenience, but it saves keystrokes if you
  473. ftp to certain sites often.  In addition, _some_ versions of ftp let you
  474. define macros that execute automatically when you connect.  Here is my
  475. actual sumex entry as an example:
  476.  
  477. machine sumex-aim.stanford.edu
  478.     login anonymous
  479.     password mgleason@cse.unl.edu
  480.     macdef init
  481.         cd /info-mac
  482.         get ./help/recent-files.txt "|grep -v '.abs' > /user/students/ugrad/mgleason/docs/sumex-new"
  483.         !less /user/students/ugrad/mgleason/docs/sumex-new
  484.         ascii
  485.         pwd
  486.  
  487. Note that a blank line signals the end of the macro.  The complicated
  488. 'get' line grabs the list of recent files, strips out any abstract
  489. entries, and saves it in a file.  Then I use my pager to read the file,
  490. turn on ascii transfer mode, and print the current directory.
  491.  
  492. The generic netrc follows.  Please replace all instances of
  493. "me@host.domain.net" with your real email address.  An easy way
  494. to do that is name this .netrc file "tmp.1" and then do:
  495.     sed 's/me@host.domain.net/real@email.address/g' tmp.1 > tmp.2
  496.     chmod 600 tmp.2
  497.     mv -i tmp.2  $HOME/.netrc
  498.  
  499. ------------------------------------------------------------------------------
  500. machine ftp.apple.com login anonymous password me@host.domain.net
  501.     macdef init
  502.     type ascii
  503.     cd /dts
  504.  
  505. machine ftp.funet.fi login anonymous password me@host.domain.net
  506.     macdef init
  507.     type binary
  508.     cd /pub/mac
  509.  
  510. machine irisa.irisa.fr login anonymous password me@host.domain.net
  511.     macdef init
  512.     type ascii
  513.     cd /News/comp.binaries.mac
  514.  
  515. machine mac.archive.umich.edu login anonymous password me@host.domain.net
  516.     macdef init
  517.     type ascii
  518.     cd /mac
  519.  
  520. machine microlib.cc.utexas.edu login anonymous password me@host.domain.net
  521.     macdef init
  522.     type ascii
  523.     cd /microlib/mac
  524.  
  525. machine rascal.ics.utexas.edu login anonymous password me@host.domain.net
  526.     macdef init
  527.     type binary
  528.     cd /mac
  529.  
  530. machine sumex-aim.stanford.edu login anonymous password me@host.domain.net
  531.     macdef init
  532.     type ascii
  533.     cd /info-mac
  534.  
  535. machine ux1.cso.uiuc.edu login anonymous password me@host.domain.net
  536.     macdef init
  537.     type ascii
  538.     cd /mac/MUG
  539.  
  540. machine accuvax.nwu.edu login anonymous password me@host.domain.net
  541.     macdef init
  542.     cd /pub/tiff
  543.  
  544. machine alw.nih.gov login anonymous password me@host.domain.net
  545.     macdef init
  546.     cd /pub/image
  547.  
  548. machine arthur.cs.purdue.edu login anonymous password me@host.domain.net
  549.     macdef init
  550.     cd /pub/trinkle
  551.  
  552. machine aux.support.apple.com login anonymous password me@host.domain.net
  553.  
  554. machine bert.cs.byu.edu login anonymous password me@host.domain.net
  555.     macdef init
  556.     cd /NCSA_Telnet
  557.  
  558. machine biom3.univ-lyon1.fr login anonymous password me@host.domain.net
  559.     macdef init
  560.     type ascii
  561.     cd /pub/mac
  562.  
  563. machine boombox.micro.umn.edu login anonymous password me@host.domain.net
  564.     macdef init
  565.     cd /pub
  566.  
  567. machine brownvm.brown.edu login anonymous password me@host.domain.net
  568.  
  569. machine ccb.ucsf.edu login anonymous password me@host.domain.net
  570.     macdef init
  571.     cd /Pub/Sound_list
  572.  
  573. machine cecelia.media.mit.edu login anonymous password me@host.domain.net
  574.     macdef init
  575.     type ascii
  576.     cd /pub
  577.  
  578. machine chook.cs.adelaide.edu.au login anonymous password me@host.domain.net
  579.     macdef init
  580.     cd /pub/VHDL-Cookbook
  581.  
  582. machine cs.orst.edu login anonymous password me@host.domain.net
  583.     macdef init
  584.     cd /pub/mac
  585.  
  586. machine csc2.anu.edu.au login anonymous password me@host.domain.net
  587.     macdef init
  588.     cd /pub/src/MAC
  589.  
  590. machine d31.rz0.stanford.edu login anonymous password me@host.domain.net
  591.     macdef init
  592.     cd /Igor
  593.  
  594. machine dartvax.dartmouth.edu login anonymous password me@host.domain.net
  595.     macdef init
  596.     cd /pub/mac
  597.  
  598. machine dftsrv.gsfc.nasa.gov login anonymous password me@host.domain.net
  599.     macdef init
  600.     cd /mac
  601.  
  602. machine ftp.acns.nwu.edu login anonymous password me@host.domain.net
  603.     macdef init
  604.     type ascii
  605.     cd /pub/disinfectant
  606.  
  607. machine ftp.cayman.com login anonymous password me@host.domain.net
  608.     macdef init
  609.     cd /pub
  610.  
  611. machine ftp.ncsa.uiuc.edu login anonymous password me@host.domain.net
  612.     macdef init
  613.     type ascii
  614.     cd /Mac
  615.  
  616. machine ftp.primate.wisc.edu login anonymous password me@host.domain.net
  617.     macdef init
  618.     type ascii
  619.     cd /pub/mac
  620.  
  621. machine ftp.utas.edu.au login anonymous password me@host.domain.net
  622.     macdef init
  623.     cd /pub/mac
  624.  
  625. machine hobbes.lbl.gov login anonymous password me@host.domain.net
  626.     macdef init
  627.     cd /pub/mac
  628.  
  629. machine ics.uci.edu login anonymous password me@host.domain.net
  630.     macdef init
  631.     type ascii
  632.     cd /mac/think-c
  633.  
  634. machine imag.imag.fr login anonymous password me@host.domain.net
  635.     macdef init
  636.     type binary
  637.     cd /pub/CABRI
  638.  
  639. machine iraun1.ira.uka.de login anonymous password me@host.domain.net
  640.     macdef init
  641.     cd /pub/mac
  642.  
  643. machine j.cc.purdue.edu login anonymous password me@host.domain.net
  644.     macdef init
  645.     cd /pub/mac
  646.  
  647. machine kukulcan.berkeley.edu login anonymous password me@host.domain.net
  648.     macdef init
  649.     cd /pub/wilson/umoria_5/mac
  650.  
  651. machine life.slhs.udel.edu login anonymous password me@host.domain.net
  652.     macdef init
  653.     cd /pub/mac
  654.  
  655. machine linc.cis.upenn.edu login anonymous password me@host.domain.net
  656.     macdef init
  657.     cd /pub/NH3.0/mac
  658.  
  659. machine maddog.llnl.gov login anonymous password me@host.domain.net
  660.     macdef init
  661.     cd /pub
  662.  
  663. machine madhaus.utcs.utoronto.ca login anonymous password me@host.domain.net
  664.     macdef init
  665.     cd /pub
  666.  
  667. machine menudo.uh.edu login anonymous password me@host.domain.net
  668.     macdef init
  669.     cd /pub/gene-server/mac
  670.  
  671. machine midway.uchicago.edu login anonymous password me@host.domain.net
  672.     macdef init
  673.     type binary
  674.     cd /pub/OzTex
  675.  
  676. machine mojo.ots.utexas.edu login anonymous password me@host.domain.net
  677.     macdef init
  678.     cd /pub/slip/mac/ncsa
  679.  
  680. machine mondo.engin.umich.edu login anonymous password me@host.domain.net
  681.     macdef init
  682.     type binary
  683.     cd /pub
  684.  
  685. machine munnari.oz.au login anonymous password me@host.domain.net
  686.     macdef init
  687.     type binary
  688.     cd /mac
  689.  
  690. machine ncbi.nlm.nih.gov login anonymous password me@host.domain.net
  691.     macdef init
  692.     type ascii
  693.     cd /entrez
  694.  
  695. machine neptune.ethz.ch login anonymous password me@host.domain.net
  696.     macdef init
  697.     type ascii
  698.     cd /Oberon/MacII
  699.  
  700. machine nic.switch.ch login anonymous password me@host.domain.net
  701.     macdef init
  702.     cd /software/mac/SWITCHinfo
  703.  
  704. machine novamail.cerl.uiuc.edu login anonymous password me@host.domain.net
  705.     macdef init
  706.     cd /pub/lime
  707.  
  708. machine oddjob.uchicago.edu login anonymous password me@host.domain.net
  709.     macdef init
  710.     type ascii
  711.     cd /pub/Yerk
  712.  
  713. machine otter.stanford.edu login anonymous password me@host.domain.net
  714.     macdef init
  715.     cd /mma
  716.  
  717. machine pacific.mps.ohio-state.edu login anonymous password me@host.domain.net
  718.     macdef init
  719.     cd /mac
  720.  
  721. machine poincare.geom.umn.edu login anonymous password me@host.domain.net
  722.     macdef init
  723.     cd /stuff/snappea/mac
  724.  
  725. machine ruunfs.fys.ruu.nl login anonymous password me@host.domain.net
  726.     macdef init
  727.     cd /pub/vtools
  728.  
  729. machine ssyx.ucsc.edu login anonymous password me@host.domain.net
  730.     macdef init
  731.     cd /pub/mac
  732.  
  733. machine statlab.uni-heidelberg.de login anonymous password me@host.domain.net
  734.     macdef init
  735.     cd /pub/network
  736.  
  737. machine tau.sm.luth.se login anonymous password me@host.domain.net
  738.     macdef init
  739.     cd /pub/mac/nisus
  740.  
  741. machine terminator.cc.umich.edu login anonymous password me@host.domain.net
  742.     macdef init
  743.     type binary
  744.     cd /x500
  745.  
  746. machine uu.psi.com login anonymous password me@host.domain.net
  747.     macdef init
  748.     type ascii
  749.     cd /wp
  750.  
  751. machine uunet.uu.net login anonymous password me@host.domain.net
  752.     macdef init
  753.     type binary
  754.     cd /languages/abc
  755.  
  756. machine cc.sfu.ca login anonymous password me@host.domain.net
  757.     macdef init
  758.     cd PC2:
  759.  
  760. machine dftnic.gsfc.nasa.gov login anonymous password me@host.domain.net
  761.     macdef init
  762.     cd /mac.dir
  763.  
  764. machine ftphost.aukuni.ac.nz login anonymous password me@host.domain.net
  765.     macdef init
  766.     type ascii
  767.     cd /mac
  768.  
  769. machine garbo.uwasa.fi login anonymous password me@host.domain.net
  770.     macdef init
  771.     cd /mac
  772.  
  773. machine giza.cis.ohio-state.edu login anonymous password me@host.domain.net
  774.     macdef init
  775.     type ascii
  776.     cd /pub/oztex
  777.  
  778. machine isca.icaen.uiowa.edu login anonymous password me@host.domain.net
  779.     macdef init
  780.     type ascii
  781.     cd //isca01/bbs/files/infomac
  782.  
  783. machine jyu.fi login anonymous password me@host.domain.net
  784.     macdef init
  785.     cd /maclib
  786.  
  787. machine lth.se login anonymous password me@host.domain.net
  788.     macdef init
  789.     type ascii
  790.     cd /mac
  791.  
  792. machine minnehaha.rhrk.uni-kl.de login anonymous password me@host.domain.net
  793.     macdef init
  794.     cd /pub/mac
  795.  
  796. machine mrcnext.cso.uiuc.edu login anonymous password me@host.domain.net
  797.     macdef init
  798.     cd /mac/MUG
  799.  
  800. machine oswego.oswego.edu login anonymous password me@host.domain.net
  801.     macdef init
  802.     cd /pub/mac
  803.  
  804. machine pollux.lu.se login anonymous password me@host.domain.net
  805.     macdef init
  806.     cd /pub/mac
  807.  
  808. machine rusmv1.rus.uni-stuttgart.de login anonymous password me@host.domain.net
  809.     macdef init
  810.     cd /soft/mac
  811.  
  812. machine shark.mel.dit.csiro.au login anonymous password me@host.domain.net
  813.     macdef init
  814.     cd /info-mac
  815.  
  816. machine sics.se login anonymous password me@host.domain.net
  817.     macdef init
  818.     cd /pub/info-mac
  819.  
  820. machine src.doc.ic.ac.uk login anonymous password me@host.domain.net
  821.     macdef init
  822.     type ascii
  823.     cd /mac
  824.  
  825. machine ub-mts.cc.umich.edu login anonymous password me@host.domain.net
  826.     macdef init
  827.     cd PC2:
  828.  
  829. machine um.cc.umich.edu login anonymous password me@host.domain.net
  830.     macdef init
  831.     cd PC2:
  832.  
  833. machine utsun.s.u-tokyo.ac.jp login anonymous password me@host.domain.net
  834.     macdef init
  835.     cd /Mac
  836.  
  837. machine watmsg.waterloo.edu login anonymous password me@host.domain.net
  838.     macdef init
  839.     cd /pub/oztex
  840.  
  841. machine wuarchive.wustl.edu login anonymous password me@host.domain.net
  842.     macdef init
  843.     type ascii
  844.     cd /mirrors/info-mac
  845.  
  846. machine apple.com login anonymous password me@host.domain.net
  847.     macdef init
  848.     type binary
  849.     cd /pub
  850.  
  851. machine bode.ee.ualberta.ca login anonymous password me@host.domain.net
  852.     macdef init
  853.     cd /pub/mac
  854.  
  855. machine eff.org login anonymous password me@host.domain.net
  856.     macdef init
  857.     type ascii
  858.     cd /pub/mac
  859.  
  860. machine fs-1.iastate.edu login anonymous password me@host.domain.net
  861.     macdef init
  862.     cd /pub/mac
  863.  
  864. machine ftp.nevada.edu login anonymous password me@host.domain.net
  865.     macdef init
  866.     cd /pub/heathers
  867.  
  868. machine genbank.bio.net login anonymous password me@host.domain.net
  869.     macdef init
  870.     cd /pub/mac
  871.  
  872. machine hpcsos.col.hp.com login anonymous password me@host.domain.net
  873.     macdef init
  874.     cd /packet/mac
  875.  
  876. machine icarus.cns.syr.edu login anonymous password me@host.domain.net
  877.     macdef init
  878.     cd /software/mac
  879.  
  880. machine icarus.riacs.edu login anonymous password me@host.domain.net
  881.     macdef init
  882.     cd /pub
  883.  
  884. machine mailer.cc.fsu.edu login anonymous password me@host.domain.net
  885.     macdef init
  886.     cd /pub/mac
  887.  
  888. machine procyon.cis.ksu.edu login anonymous password me@host.domain.net
  889.     macdef init
  890.     type ascii
  891.     cd /pub/Macintosh
  892.  
  893. machine splicer.cba.hawaii.edu login anonymous password me@host.domain.net
  894.     macdef init
  895.     cd /mac
  896.  
  897. machine tolsun.oulu.fi login anonymous password me@host.domain.net
  898.     macdef init
  899.     cd /pub/mac
  900.  
  901. machine ucsd.edu login anonymous password me@host.domain.net
  902.     macdef init
  903.     cd /midi/software/mac
  904.  
  905. machine f.ms.uky.edu login anonymous password me@host.domain.net
  906.     macdef init
  907.     cd /pub/mac
  908.  
  909. machine ftp.bio.indiana.edu login anonymous password me@host.domain.net
  910.     macdef init
  911.     type ascii
  912.  
  913. machine impaqt1.mem.drexel.edu login anonymous password me@host.domain.net
  914.     macdef init
  915.     cd /pub/files/mac
  916.  
  917. machine joker.optics.rochester.edu login anonymous password me@host.domain.net
  918.     macdef init
  919.     cd /Sounds
  920.  
  921. machine kth.se login anonymous password me@host.domain.net
  922.     macdef init
  923.     cd /macintosh
  924.  
  925. machine mcsun.eu.net login anonymous password me@host.domain.net
  926.     macdef init
  927.     cd /comp/mac
  928.  
  929. machine merlin.cs.purdue.edu login anonymous password me@host.domain.net
  930.     macdef init
  931.     type ascii
  932.     cd /pub/mac
  933.  
  934. machine plains.nodak.edu login anonymous password me@host.domain.net
  935.     macdef init
  936.     type ascii
  937.     cd /pub/mac/pub
  938.  
  939. machine ra.nrl.navy.mil login anonymous password me@host.domain.net
  940.     macdef init
  941.     cd /MacSciTech
  942.  
  943. machine wsmr-simtel20.army.mil login anonymous password me@host.domain.net
  944.     macdef init
  945.     type tenex
  946.     cd PD9:<macintosh>
  947.  
  948. machine archie.au login anonymous password me@host.domain.net
  949.  
  950. machine archie.mcgill.ca login anonymous password me@host.domain.net
  951.     macdef init
  952.     cd /archie
  953.  
  954. machine archie.sura.net login anonymous password me@host.domain.net
  955.  
  956. machine fsa.cpsc.ucalgary.ca login anonymous password me@host.domain.net
  957.     macdef init
  958.     type binary
  959.     cd /pub/text.compression.corpus
  960.  
  961. machine pilot.njin.net login anonymous password me@host.domain.net
  962.     macdef init
  963.     cd /pub/ftp-list
  964.  
  965. --
  966. ______________________________________________________________________________
  967. mike gleason                 mgleason@cse.unl.edu             NCEMRSoft, baby!
  968.  
  969.  
  970.